From ee316d2f8c8e137738974362a40518b99481008c Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 21 Aug 2009 11:10:49 +0100 Subject: [PATCH] libxc: Remove minios-specific hack for generating .zlib.deps file It's not needed if one relative path is replaced. Signed-off-by: Keir Fraser --- tools/libxc/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 5693025e60..faf94c9807 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -151,13 +151,9 @@ libxenguest.so: libxenguest.so.$(MAJOR) libxenguest.so.$(MAJOR): libxenguest.so.$(MAJOR).$(MINOR) ln -sf $< $@ -ifeq ($(CONFIG_MiniOS),y) -.zlib.deps: - echo >$@ -else .zlib.deps: @(set -e; \ - . ../check/funcs.sh; \ + . $(XEN_ROOT)/tools/check/funcs.sh; \ echo >$@.new; \ if has_header bzlib.h; then \ echo "-DHAVE_BZLIB" >>$@.new; \ @@ -170,7 +166,6 @@ else echo " - LZMA decompression supported"; \ fi; \ mv $@.new $@) -endif xc_dom_bzimageloader.o: .zlib.deps xc_dom_bzimageloader.o: CFLAGS += $(shell grep D .zlib.deps) -- 2.30.2